home *** CD-ROM | disk | FTP | other *** search
/ BCI NET / BCI NET Dec 94.iso / archives / telecomm / bbs / wwbbs.lha / WWBBS / System.doc < prev    next >
Text File  |  1994-10-16  |  2KB  |  94 lines

  1. World Wide BBS 2.3 (16.10.94)
  2. Copyright © 1994 Arthur Choung
  3. ---
  4.  
  5.      These commands are WWBBS specific.  They can be used in REXX files
  6. like ABBEREXX commands and also in MenuPrefs.  Here they are in
  7. alphabetical order:
  8.  
  9.      ANSIDetect
  10.  
  11.           Useful in REXX files only.  Returns "1" is ANSI is detected,
  12.           otherwise "0" in result variable.
  13.  
  14.      ChatRequest
  15.  
  16.      Delay <ticks>
  17.  
  18.           Useful as first command to WWBBS.  Allow for remote systems to do
  19.           whatever they need to do so that you don't send stuff before they
  20.           are ready.  There are 50 ticks in a second.
  21.  
  22.      DoLogoff
  23.  
  24.           Useful in REXX session script.  Use only after successful
  25.           DoLogon command.
  26.  
  27.      DoLogon
  28.  
  29.           Useful in REXX session script.  Use to see if a user is able to
  30.           logon.  Returns "1" if successful in result variable, otherwise
  31.           "0".
  32.  
  33.      DosCommand <command>
  34.  
  35.           Use this to run commands through WWBBS as if you were typing it
  36.           from within a shell.  To run REXX scripts you would use this to
  37.           execute the WWBBS Rx program.
  38.  
  39.      EditPrefs
  40.  
  41.           Allows user to edit his preferences.
  42.  
  43.      EditUser
  44.  
  45.           Allows user to edit his user info.  Generally you would only want
  46.           a user to run this when he first registers.
  47.  
  48.      Logon [user name]
  49.  
  50.           Logon procedure.  Returns "NEWUSER" in result variable if user
  51.           designates himself as a new user  Otherwise returns nothing.
  52.           Note that the name Sysop is a synonym for the first user in the
  53.           user list.  If you provide a user name it will try to logon as
  54.           that user otherwise the normal routine is performed.
  55.  
  56.      PageUser
  57.  
  58.      ReadNews <New|Old>
  59.  
  60.           If Old specified then it allows the user to select which news
  61.           file to read.  If New is specified then it shows any new news
  62.           files that may be present.
  63.  
  64.      Register
  65.  
  66.           Register new user.  Use after Logon returns "NEWUSER".  This
  67.           command returns 1 if successful in rc variable and 0 otherwise.
  68.  
  69.      RunMenu <menu name>
  70.  
  71.           Runs the specified menu.
  72.  
  73.      ShowStats
  74.  
  75.           Shows the user's stats.
  76.  
  77.      UserEditor
  78.  
  79.           For sysops.  Allows them to edit users by specifying their name.
  80.  
  81.      UserList
  82.  
  83.           Lists users.
  84.  
  85.      ValidateNewUsers
  86.  
  87.           For sysops.  Shows a list of new users and allows them to edit
  88.           them.
  89.  
  90.      WhoIsOnline
  91.  
  92.           Shows who is online.
  93.  
  94.